var reflect.structLookupCache
7 uses
reflect (current package)
type.go#L2185: var structLookupCache struct {
type.go#L2516: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2526: structLookupCache.Lock()
type.go#L2527: defer structLookupCache.Unlock()
type.go#L2528: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2539: if ti, ok := structLookupCache.m.Load(hash); ok {
type.go#L2542: structLookupCache.m.Store(hash, append(ts, t))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |